home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7388 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.0 KB  |  24 lines

  1. Path: sunss102.cc.cycu.edu.tw!iesun1!popo
  2. From: popo@iesun1.cycu.edu.tw ()
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Hashing Library
  5. Date: 22 Feb 1996 23:52:09 GMT
  6. Organization: A poorly-installed InterNetNews site
  7. Message-ID: <4givj9$l42@sunss102.cc.cycu.edu.tw>
  8. References: <4gc1jg$gfa@news.siemens.at> <4gc1rm$gfa@news.siemens.at> <3129E9B3.430B@airmail.net>
  9. NNTP-Posting-Host: iesun1.cycu.edu.tw
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Mark Nelson (markn@airmail.net) ┤ú¿∞:
  13. : Kraus Hans PSE KB41 wrote:
  14. : > I need a class(library) which implements hashing.
  15. : You might want to look in the HP stl distribution site at 
  16. : ftp://butler.hpl.hp.com.  In 1995 a proposed extension to the 
  17. : STL was posted there, along with documentation.  This extension 
  18. : consisted of a set of new associative containers based on 
  19. : hashing (as opposed to the red-black tree implementation used
  20. : by Stepanov.)  The hashed containers didn't make it into the
  21. : ANSI/ISO draft, but ought to work really well with the STL.
  22. : Mark Nelson
  23. : http://web2.airmail.net/markn  - more STL pointers here
  24.